x86_emulate: Remove cmpxchg retry loop from protmode_load_seg().
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:54:22 +0000 (09:54 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:54:22 +0000 (09:54 +0100)
commit0297087090b22377d72318917a3ef947606a66d7
tree00f1533fc6835ce1070cfafe7fb599b22ddfa44b
parent94df1707a3b54ff2f94923046c8f8cb166a6c4e4
x86_emulate: Remove cmpxchg retry loop from protmode_load_seg().

It is safer to retry in a loop via the caller.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c